@charset "utf-8";

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
th,
td,
dl,
dd,
form,
fieldset,
legend {
  margin: 0;
  padding: 0;
  font-weight: normal
}

b,
strong {
  font-weight: normal
}

body.grayBg,
body.grayBg-light {
  display: block
}

body {
  font-size: 14px;
  font-family: "Microsoft YaHei", 微软雅黑, 宋体;
  line-height: 22px;
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased
}

.main_color {
  color: #0050D2 !important;
}

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

a {
  color: #eb5404;
  text-decoration: none
}

a.empty-link:hover {
  cursor: default
}

a:hover {
  color: #ee651f;
  text-decoration: underline;
  cursor: pointer
}

a:hover,
a:visited,
a:active,
a:focus {
  outline: 0
}

i {
  font-style: normal
}

em {
  font-style: italic
}

li {
  list-style: none
}

img {
  border: 0
}

input[type=checkbox] {
  margin-right: 3px
}

input[type=checkbox] {
  background-color: #fff;
  outline: 0;
  margin-top: 0;
  cursor: pointer
}

input[type=checkbox]:checked {
  background: #fff url(images/icon-sprite.png) no-repeat -105px -100px
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #aaa;
  width: 16px;
  height: 16px;
  padding: 0;
  position: relative;
  display: inline-block;
  top: -1px
}

input[type=radio] {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-top: -3px
}

input[type=radio]:checked {
  border-color: #ee651f
}

input[type=radio]:checked:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #ee651f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 0
}

input,
textarea,
select {
  vertical-align: middle;
  font-size: 14px;
  font-family: "Microsoft YaHei", 微软雅黑, 宋体;
  margin: 0
}

input:-moz-placeholder {
  color: #999
}

label {
  cursor: pointer
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.fontSimsun {
  font-family: \5B8B\4F53
}

.fontYaHei {
  font-family: "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1
}

.seo-font {
  font-size: inherit
}

pre {
  font-family: inherit;
  line-height: 30px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word
}

header,
section,
article,
aside,
footer {
  display: block
}

.t2em {
  text-indent: 2em
}

.f12 {
  font-size: 12px;
  font-family: tahoma, \5b8b\4f53, arial, 'Hiragino Sans GB', sans-serif
}

.fB {
  font-weight: bold
}

.fI {
  font-style: italic
}

.u {
  text-decoration: underline
}

.v-aTop {
  vertical-align: top
}

.cRed,
a.cRed:link,
a.cRed:visited {
  color: #f00
}

a.cRed:hover {
  text-decoration: underline
}

.cBlue,
a.cBlue:link,
a.cBlue:visited {
  color: #028bd9
}

.cDRed,
a.cDRed:link,
a.cDRed:visited {
  color: #bc2931
}

.cOrange,
a.cOrange:link,
a.cOrange:visited {
  color: #ee651f
}

.cGray,
a.cGray:link,
a.cGray:visited {
  color: #888
}

.cDGray,
a.cDGray:link,
a.cDGray:visited {
  color: #666
}

.cWhite,
a.cWhite:link,
a.cWhite:visited {
  color: #fff
}

.cBlack,
a.cBlack:link,
a.cBlack:visited {
  color: #000
}

.cYellow,
a.cYellow:link,
a.cYellow:visited {
  color: #ff0
}

.cGreen,
a.cGreen:link,
a.cGreen:visited {
  color: #008000
}

.cBai,
a.cBai:link,
a.cBai:visited {
  color: #03c
}

.td-wordBreak {
  table-layout: fixed;
  word-break: break-all
}

a.btnBlue {
  display: block;
  height: 22px;
  line-height: 22px;
  padding: 1px;
  font-size: 12px;
  border: solid 1px #2893e6;
  color: #fff;
  text-align: center;
  background: #53a9eb
}

a.btnBlue span {
  display: block;
  height: 100%;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#2893e6), to(#1a7cc9));
  background: -moz-linear-gradient(top, #2893e6, #1a7cc9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2893e6', endColorstr='#1a7cc9');
  background: linear-gradient(#2893e6, #1a7cc9);
  cursor: pointer
}

a.btnBlue:hover {
  border-color: #287ae6;
  background: #4e8de1;
  text-decoration: none
}

a.btnBlue:hover span {
  background: -webkit-gradient(linear, left top, left bottom, from(#287ae6), to(#1a66ca));
  background: -moz-linear-gradient(top, #287ae6, #1a66ca);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#287ae6', endColorstr='#1a66ca');
  background: linear-gradient(#2893e6, #1a7cc9)
}

a.btnBlue:active {
  border-color: #175ea6;
  background: #2b7aca;
  color: #eee
}

a.btnBlue:active span {
  color: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#2c72b9), to(#175ea6));
  background: -moz-linear-gradient(top, #2c72b9, #175ea6);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#2c72b9', EndColorStr='#175ea6');
  background: linear-gradient(#2893e6, #175ea6)
}

a.btnGray {
  display: block;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  padding: 1px;
  color: #555;
  text-align: center;
  background: #fff;
  text-decoration: none
}

a.btnGray span {
  height: 100%;
  color: #555;
  cursor: pointer
}

a.btnGray:active {
  border-color: #ccc;
  background: #fff;
  color: #555
}

a.btnGray:active span {
  color: #555;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e6e6e6));
  background: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f2f2f2', EndColorStr='#e6e6e6');
  background: linear-gradient(#f2f2f2, #e6e6e6)
}

a.btnOrange {
  display: block;
  height: 22px;
  line-height: 22px;
  padding: 1px;
  font-size: 12px;
  border: solid 1px #f7994a;
  color: #fff;
  text-align: center;
  background: #ff8001
}

a.btnOrange span {
  display: block;
  height: 100%;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f90), to(#ff7702));
  background: -moz-linear-gradient(top, #f90, #ff7702);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#ff7702');
  background: linear-gradient(#f90, #ff7702);
  cursor: pointer
}

a.btnOrange:hover {
  border-color: #f7994a;
  background: #ff7902;
  text-decoration: none
}

a.btnOrange:hover span {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7902), to(#f60));
  background: -moz-linear-gradient(top, #ff7902, #f60);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7902', endColorstr='#ff6600');
  background: linear-gradient(#ff7902, #f60)
}

a.btnOrange:active {
  border-color: #f7994a;
  background: #ff8001;
  color: #eee
}

a.btnOrange:active span {
  color: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#f90), to(#ff7702));
  background: -moz-linear-gradient(top, #f90, #ff7702);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ff9900', EndColorStr='#ff7702');
  background: linear-gradient(#f90, #ff7702)
}

a.btnDel {
  display: block;
  width: 40px;
  height: 22px;
  line-height: 22px;
  padding: 2px;
  font-size: 12px;
  color: #888;
  background: url(images/icon_del.png) no-repeat 0 center
}

a.btnDel:hover {
  text-decoration: none
}

a.btnDel span {
  margin-left: 12px;
  display: block;
  height: 100%;
  color: #888
}

a.btnCancel {
  display: block;
  width: 40px;
  height: 22px;
  line-height: 22px;
  padding: 2px;
  font-size: 12px;
  color: #888;
  background: url(images/icon_cancel.png) no-repeat 0 center
}

a.btnCancel:hover {
  text-decoration: none
}

a.btnCancel span {
  margin-left: 12px;
  display: block;
  height: 100%;
  color: #888
}

.fl {
  float: left;
  display: inline
}

.fr {
  float: right;
  display: inline
}

.txtLeft {
  text-align: left
}

.txtRight {
  text-align: right
}

.txtCenter {
  text-align: center
}

.shadow-b {
  border-bottom: 4px solid #e5e5e5
}

.clear {
  clear: both
}

.clearer {
  clear: both;
  font-size: 1px;
  width: 100%;
  height: 1px;
  visibility: hidden;
  overflow: hidden
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  *zoom: 1
}

/*\*/
.clearfix {
  display: block
}

/**/
.whiteBg {
  background: white
}

.blank {
  background: url(../v1/images/blank.gif)
}

.btnSelect {
  position: absolute;
  top: -2px;
  margin-bottom: -2px;
  right: 0;
  height: 140%;
  width: 100%;
  text-indent: 5px;
  color: graytext;
  line-height: 22px;
  font-family: \5B8B\4F53
}

.btnSelect:hover {
  text-decoration: none;
  color: graytext
}

.loading {
  background: url(../v1/images/loading.gif) no-repeat center center
}

.hidden,
.tabContItem {
  display: none
}

.mB0 {
  margin-bottom: 0
}

.mB5 {
  margin-bottom: 5px
}

.mB10 {
  margin-bottom: 10px
}

.mB20 {
  margin-bottom: 20px
}

.mB30 {
  margin-bottom: 30px
}

.titBar {
  padding: 36px 0 14px 0;
  color: #222;
  font-size: 21px
}

.titBar h1 {
  font-size: 1em;
  display: inline
}

.small-title {
  font-size: 18px
}

.gap .titBar {
  padding-top: 8px
}

.titBar.titBar-fixed {
  padding-bottom: 10px
}

.noDataBox01 {
  text-align: center;
  padding: 130px 0;
  color: #c0c0c0;
  font-size: 18px;
  line-height: 46px
}

.noDataBox01:before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(images/no-data.jpg) no-repeat 0;
  margin-right: 20px;
  vertical-align: bottom
}

.layout.zt-info,
.layout-lg .layout.zt-info {
  padding-top: 0;
  padding-bottom: 38px
}

.zt-info .web_content {
  color: #666
}

.zt-info .web_content strong {
  font-weight: normal
}

.helpOpTool {
  position: fixed;
  bottom: 55px;
  right: 0;
  width: 50px;
  z-index: 1050;
  display: none;
}

.helpOpTool a {
  display: block;
  width: 48px;
  height: 48px;
  color: #fff;
  background-color: #eee;
  background-position: 0 0;
  margin-bottom: 5px
}

.helpOpTool a span {
  display: none;
  padding: 9px 10px;
  line-height: 16px
}

.helpOpTool a:hover span {
  display: block
}

.helpOpTool .goTop {
  position: absolute;
  top: -53px;
  background-color: #f5c593;
  background-position: -1px 15px
}

.helpOpTool .goTop:hover {
  background-color: #ee651f;
  background-image: none;
  text-decoration: none
}

.helpOpTool .consult {
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  margin-bottom: 5px
}

.helpOpTool .consult a {
  background-position: -52px 8px;
  margin: 0;
  background-color: #f5c593
}

.helpOpTool .consult a:hover {
  background-color: #ee651f;
  background-image: none;
  text-decoration: none
}

.helpOpTool a.toolBarPhone {
  background-position: -433px 9px;
  background-color: #ee651f
}

.helpOpTool a.toolBarPhone strong {
  display: none
}

.helpOpTool a.toolBarPhone:hover {
  background-color: #ee651f;
  background-image: none;
  text-decoration: none;
  width: 170px;
  _width: 48px;
  position: relative;
  right: 122px;
  _right: 0
}

.helpOpTool a.toolBarPhone:hover span {
  float: right;
  width: 28px
}

.helpOpTool a.toolBarPhone:hover strong {
  display: block;
  display: block;
  float: right;
  height: 50px;
  line-height: 50px
}

.helpOpTool .feedback {
  background-position: -94px 12px;
  background-color: #f5c593
}

.helpOpTool .feedback:hover {
  background-color: #ee651f;
  background-image: none;
  text-decoration: none
}

.helpOpTool .feedback1 {
  background-position: -94px 12px;
  background-color: #f5c593
}

.helpOpTool .feedback1 {
  background-color: #ee651f;
  background-image: none;
  text-decoration: none
}

.helpOpTool .feedback1 span {
  display: block
}

.helpOpTool .feedback1:hover {
  background-color: #ee651f;
  background-image: none;
  text-decoration: none
}

.helpOpTool .hauptseite {
  background-position: -390px 12px;
  background-color: #f5c593
}

.helpOpTool .hauptseite:hover {
  background-color: #ee651f;
  background-image: none;
  text-decoration: none
}

.focusSlide {
  width: 490px;
  height: 230px;
  overflow: hidden;
  position: relative
}

.focusSlide .ad {
  height: 100%
}

.focusSlide .item {
  display: none;
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1
}

.focusSlide .btns {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3
}

.focusSlide .btns a {
  float: left;
  display: inline;
  width: 18px;
  height: 4px;
  background: #c6c6c6;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 5px
}

.focusSlide .btns .on {
  background: #ee651f
}

.focusSlide .title {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  opacity: .4;
  filter: alpha(opacity=4);
  background: #000
}

.focusSlide .title strong {
  position: relative;
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 0 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  _white-space: normal
}

.focusSlide1 {
  width: 490px;
  height: 230px;
  overflow: hidden;
  position: relative
}

.focusSlide1 .ad {
  height: 100%;
  width: 1000%
}

.focusSlide1 .item {
  display: none;
  position: relative;
  height: 100%;
  width: 300px;
  margin: 0;
  padding: 0;
  z-index: 1;
  float: left;
  overflow: hidden
}

.focusSlide1 .btns {
  position: absolute;
  width: 100%;
  z-index: 3
}

.focusSlide1 .btns a {
  display: block;
  width: 20px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: "宋体";
  background: #999;
  opacity: .7;
  filter: alpha(opacity=70);
  position: absolute
}

.focusSlide1 .btns a:hover {
  text-decoration: none
}

.focusSlide1 .btns .left {
  left: -20px
}

.focusSlide1 .btns .right {
  right: -20px
}

.focusSlide1 .title {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  opacity: .4;
  filter: alpha(opacity=4);
  background: #000
}

.focusSlide1 .title strong {
  position: relative;
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 0 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  _white-space: normal
}

.focusSlide2 {
  width: 210px;
  height: 176px;
  overflow: hidden;
  position: relative;
  margin: auto
}

.focusSlide2 .ad {
  height: 100%;
  width: 1000%
}

.focusSlide2 .item {
  display: none;
  position: relative;
  height: 100%;
  width: 210px;
  margin: 0;
  padding: 0;
  z-index: 1;
  float: left;
  overflow: hidden
}

.focusSlide2 .item img {
  width: 210px
}

.focusSlide2 .btns {
  position: absolute;
  width: 100%;
  z-index: 3
}

.focusSlide2 .btns a {
  display: block;
  width: 20px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: "宋体";
  background: #999;
  opacity: .7;
  filter: alpha(opacity=70);
  position: absolute
}

.focusSlide2 .btns a:hover {
  text-decoration: none
}

.focusSlide2 .btns .left {
  left: -20px
}

.focusSlide2 .btns .right {
  right: -20px
}

.focusSlide2 .title {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  opacity: .4;
  filter: alpha(opacity=4);
  background: #000
}

.focusSlide2 .title strong {
  position: relative;
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 0 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  _white-space: normal
}

.zoomImgBox {
  background: #fff;
  overflow: hidden;
  visibility: hidden
}

.zoomImgBox .btnClose {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -10px;
  right: -10px;
  background: url(../v1/images/imgbox_close.png) no-repeat;
  _background: url(images/imgbox_close.gif) no-repeat
}

.searchBar {
  width: 710px;
  margin: 0 auto
}

.searchBar .bar {
  width: 600px;
  height: 42px;
  display: inline;
  float: left;
  padding: 2px;
  background: #ee651f
}

.searchBarV3 .bar {
  background: transparent
}

.searchBar .bar .tip {
  display: none;
  position: absolute;
  right: -3px;
  bottom: -28px;
  background: #fff4f1;
  color: #f60;
  border: 1px solid #ffc7b9;
  line-height: 22px;
  border-radius: 2px;
  padding: 0 5px
}

.searchBar .bar .key {
  float: left;
  display: inline;
  position: relative
}

.searchBar.searchBarV3 .bar .key {
  margin-right: 10px
}

.searchBar .bar .pipe {
  display: inline;
  width: 1px;
  height: 32px;
  float: left;
  background: #e6e6e6;
  border: 4px solid #fff
}

.searchBar .bar .key input {
  display: block;
  border: 0 none;
  padding: 10px;
  height: 22px;
  width: 334px;
  outline: 0
}

.searchBar .bar .city {
  position: relative;
  float: left;
  display: inline;
  width: 102px;
  height: 42px;
  overflow: hidden;
  background-color: #fff
}

.searchBar .bar .city input {
  width: 85%;
  height: 42px;
  border: 0 none;
  text-align: left;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: middle;
  padding: 0 8px
}

.searchBar .bar .city i {
  display: block;
  margin: 15px auto 0 auto;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 1px;
  border-width: 5px;
  border-style: solid dashed dashed dashed;
  border-color: #333 transparent transparent transparent
}

.searchBar .bar .city a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 45px;
  color: #b2b2b2;
  z-index: 100;
  background: url(about:blank)
}

.searchBar .bar .city a span {
  padding-right: 30px;
  float: right
}

.searchBar .bar .city a:hover {
  text-decoration: none
}

.searchBarLg .bar .city a span {
  float: left;
  padding-left: 10px
}

.searchBar .bar .btn {
  float: right;
  display: inline;
  width: 78px;
  height: 43px;
  overflow: hidden
}

.searchBar .bar .btn a {
  display: block;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  position: relative
}

.searchBar .other {
  float: left;
  display: inline;
  line-height: 46px;
  margin-left: 5px
}

.searchBar .other .icon-location {
  background-position: -23px -35px
}

.searchBar .other a {
  color: #808080
}

.searchBar .other a:hover {
  color: #ee651f
}

.searchBar .keyType {
  float: left;
  display: inline;
  height: 48px
}

.searchBar .btnKeyType {
  width: 66px;
  text-align: left;
  padding: 0;
  text-indent: 10px;
  background-position: 35px center;
  color: #b2b2b2;
  border-right: 1px solid #ececec;
  background-color: #fff;
  height: 100%;
  position: relative;
  z-index: 0
}

.searchBar .keyType .outList {
  top: 100%;
  width: 100%;
  right: 0;
  margin-top: 0
}

.searchBar .keyType .iList a {
  height: 34px;
  line-height: 34px;
  text-indent: 5px;
  margin: 0
}

.index_h1 {
  display: inline;
  font-size: 14px
}

.hotKey b {
  font-weight: 400
}

.searchBar .hotKey {
  clear: both;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  padding-top: 1px;
  color: #999
}

.searchBar .hotKey a {
  color: #999;
  padding-right: 10px
}

.searchBar .hotKey a:hover {
  color: #ee651f
}

.searchBar-resume {
  padding-top: 30px
}

.searchBar-resume .bar {
  border: solid 3px #37c
}

.searchBar-resume .bar .btn a {
  background-color: #37c;
  background-position: 12px -120px
}

.searchBar-resume .bar .key input {
  width: 360px
}

.searchBar-resume .other a {
  color: #999
}

.searchBar-resume .other a:hover {
  color: red
}

.mainNav {
  clear: both;
  margin-bottom: 20px;
  background: #37c url(images/mainNavBg.gif) repeat-x 0 top
}

.mainNav .inner {
  width: 1000px;
  height: 45px;
  margin: 0 auto
}

.mainNav ul {
  float: left;
  display: inline;
  height: 35px;
  line-height: 35px;
  padding-top: 10px;
  margin-left: 10px;
  overflow: hidden
}

.mainNav li {
  display: inline;
  float: left;
  font-size: 16px;
  font-family: "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
  font-weight: bold;
  padding: 0 15px;
  margin-right: 15px;
  border-radius: 3px 3px 0 0
}

.mainNav li a {
  color: #fff;
  text-decoration: none
}

.mainNav li a:hover {
  color: #fff;
  text-decoration: none
}

.mainNav .selected {
  background: #fff
}

.mainNav .selected a {
  color: #37c
}

.mainNav .selected a:hover {
  color: #37c
}

.simpleHeader {
  clear: both;
  height: 90px;
  background: #fff
}

.simpleHeader .inner {
  width: 1000px;
  margin: 0 auto
}

.simpleHeader .logo {
  float: left;
  display: inline;
  width: 520px;
  height: 50px;
  margin-top: 20px;
  background-position: 0 8px
}

.simpleHeader .logo a {
  float: left;
  display: inline;
  width: 265px;
  height: 100%
}

.simpleHeader .logo span {
  float: right;
  display: inline;
  color: #666;
  height: 36px;
  line-height: 36px;
  border-left: 1px solid #ddd;
  text-indent: 14px;
  margin-top: 10px
}

.simpleHeader .test {
  float: right;
  display: inline;
  width: 450px;
  height: 40px;
  margin-top: 35px;
  text-align: right;
  color: #37c;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  _white-space: normal
}

.flagIcon img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: url(../v1/images/flagIcon.png) no-repeat 9999px 9999px
}

.flagIcon .s0 {
  background-position: 0 0
}

.flagIcon .s1 {
  background-position: 0 -17px
}

.flagIcon .s2 {
  background-position: 0 -34px
}

.flagIcon .s3 {
  background-position: 0 -51px
}

.flagIcon .s4 {
  background-position: 0 -68px
}

.flagIcon .s5 {
  background-position: 0 -85px
}

.bigInput,
.bigTxt {
  border: 1px solid #e8e8e8;
  border-radius: 2px
}

.bigInput {
  width: 225px;
  text-indent: 5px;
  height: 38px;
  padding: 5px 10px;
  overflow: hidden
}

.bigTxt {
  width: 99%;
  height: 100px;
  line-height: 20px;
  padding-top: 5px;
  overflow: auto
}

.bigInput:focus,
.bigTxt:focus {
  border: solid 1px #ee651f;
  outline: 0;
  color: #ee651f
}

.bigInput.error,
.bigTxt.error {
  border-color: #f60
}

.bigWdate {
  background: url(images/bigWdateBg.png) no-repeat right 0
}

a.bigBtn {
  width: 228px;
  font-size: 16px;
  height: 36px;
  line-height: 36px
}

.formIcon a,
.radioGroup a,
.selDropDown2 .btnArrow i {
  background: url(../v1/images/icon2.gif) no-repeat
}

.radioGroup {
  height: 24px
}

.radioGroup a {
  float: left;
  display: inline;
  height: 24px;
  line-height: 24px;
  margin-right: 15px;
  padding-left: 28px;
  color: #333;
  background-position: 0 -37px
}

.radioGroup .checked,
.radioGroup a:hover {
  background-position: 0 1px;
  text-decoration: none
}

.formIcon {
  position: relative;
  float: left;
  display: inline;
  width: 0;
  height: 0
}

.formIcon a {
  position: absolute;
  width: 28px;
  height: 26px;
  top: 3px;
  left: -30px;
  overflow: hidden
}

.formIcon .date {
  background-position: 0 -83px
}

.formIcon .box {
  background-position: 6px -102px;
  background-color: #fff
}

.selDropDown.selDropDown-small {
  height: 30px
}

.selDropDown.selDropDown-small input {
  line-height: 30px
}

.selDropDown {
  position: relative;
  height: 46px;
  background-color: #fff
}

.selDropDown input {
  display: block;
  text-indent: 10px;
  border: 0;
  height: 100%;
  width: 100%;
  color: #666;
  line-height: 45px;
  padding: 0;
  border: 1px solid #e8e8e8
}

.selDropDown .btnSelect {
  top: 0;
  height: 24px;
  width: 24px;
  line-height: 24px;
  bottom: 0;
  margin: auto
}

.selDropDown .btnArrow {
  position: absolute;
  top: 1px;
  _top: 2px;
  right: 1px;
  width: 22px;
  height: 100%;
  border-left: solid 1px #ccc;
  cursor: pointer;
  background: #fff
}

.selDropDown .t {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #333;
  border: solid 1px #ccc;
  text-align: left;
  text-indent: 10px
}

.selDropDown .t:hover {
  text-decoration: none;
  color: #333
}

.selDropDown .btnArrow i {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  height: 0;
  width: 0;
  border-width: 4px;
  border-style: solid dashed dashed dashed;
  border-color: #37c transparent transparent transparent;
  overflow: hidden
}

.selDropDown .outList {
  display: none;
  position: absolute;
  right: 0;
  top: 22px;
  width: 100%
}

.selDropDown .iList {
  background: #fff;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: 0
}

.selDropDown .iList a {
  display: block;
  margin: 1px;
  padding-left: 10px;
  height: 20px;
  line-height: 20px;
  color: #b2b2b2
}

.selDropDown .iList a:hover {
  text-decoration: none;
  color: #fff;
  background: #ee651f;
  zoom: 1
}

.selDropDown2 {
  height: 30px;
  line-height: 30px
}

.selDropDown2 .btnArrow {
  position: absolute;
  top: 2px;
  right: 1px;
  width: 26px;
  height: 26px;
  border: 0 none;
  cursor: pointer
}

.selDropDown2 .t {
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 2px;
  background: url(../v1/images/bigInputbg.gif) repeat-x
}

.selDropDown2 .btnArrow i {
  margin-top: 8px;
  height: 13px;
  line-height: 13px;
  width: 16px;
  border: 0 none;
  background-position: 0 -136px
}

.selDropDown2 .outList {
  top: 31px
}

.selBigBtn {
  display: inline;
  float: left;
  position: relative;
  height: 30px
}

.selBigBtn .formIcon {
  position: absolute;
  top: 2px;
  right: 1px;
  width: 28px;
  height: 28px;
  background: #fff
}

.selBigBtn .formIcon .box {
  position: static;
  display: block;
  height: 28px
}

.selBigBtn .btnSelect {
  top: 0;
  height: 30px;
  line-height: 30px
}

.selDropDown-btnGray .inpt,
.selDropDown-btnGray .btnArrow {
  background: -moz-linear-gradient(top, #fff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')
}

.selMenu {
  float: none;
  display: block;
  min-height: 46px;
  height: auto
}

.selMenu input {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0
}

.selMenu .display-txt {
  cursor: pointer
}

.selMenu .btnSelect {
  width: 34px;
  top: 1px;
  bottom: 0;
  margin: auto;
  height: 98%;
  right: 0;
  background-color: #fff;
  z-index: 105
}

.selMenu .btnSelect .icons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto
}

.selMenu .condition-box {
  position: relative;
  z-index: 10;
  height: 100%;
  background: #fff;
  padding: 4px;
  display: none;
  margin-right: 44px;
  padding-top: 8px;
  z-index: 102
}

.selMenu .condition-item {
  margin: 4px 8px
}

.formTable {
  table-layout: fixed
}

.formTable td {
  line-height: 20px;
  padding: 8px 5px;
  vertical-align: top;
  zoom: 1
}

.formTable .label {
  width: 100px;
  text-align: right;
  vertical-align: middle
}

.formTable .vtop {
  vertical-align: top;
  padding-top: 10px
}

.formTable .vmiddle {
  vertical-align: middle
}

.formTable .label em {
  color: red;
  vertical-align: middle;
  margin-right: 5px
}

.formTable td .bigBtn {
  *margin-left: 4px
}

label {
  margin-right: 5px
}

.txtA {
  width: 99%;
  height: 100px;
  line-height: 20px;
  margin-bottom: 5px;
  overflow: auto
}

.inpt {
  width: 130px;
  height: 20px;
  line-height: 20px;
  overflow: hidden
}

.inpt,
.txtA,
select {
  border-top: solid 1px #e8e8e8;
  border-left: solid 1px #e8e8e8;
  border-right: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8
}

select {
  padding: 3px
}

.select {
  width: 120px;
  border: 1px solid #e8e8e8;
  color: #888
}

.inpt:focus,
.txtA:focus,
select:focus {
  outline: 0
}

.inpt.error,
.txtA.error,
select.error,
.error {
  border-color: #f60;
  background-color: #fff7f2
}

.errorTips {
  width: 300px;
  padding: 8px 14px;
  border: solid 1px #ffecc1;
  color: #ff5722;
  background: #ffecc1
}

label.error {
  color: #f60;
  display: block;
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: url(../v1/images/onError.gif) no-repeat 0 center
}

.errorToOk {
  display: none;
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: url(../v1/images/onSuccess.gif) no-repeat 0 center
}

.btnSelectFile {
  position: relative;
  float: left;
  display: inline;
  height: 24px;
  width: 80px;
  overflow: hidden
}

.btnSelectFile a {
  height: 20px;
  line-height: 20px
}

.btnSelectFile input {
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  font-size: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer
}

.pwdTipBar {
  width: 184px;
  height: 18px
}

.pwdTipBar span {
  display: block;
  height: 18px;
  text-indent: -9999px;
  background: url(../v1/images/pwdtip.png) no-repeat;
  overflow: hidden
}

.pwdTipBar .noting {
  background-position: 0 bottom
}

.pwdTipBar .weak {
  background-position: 0 0
}

.pwdTipBar .medium {
  background-position: 0 -19px
}

.pwdTipBar .strong {
  background-position: 0 -37px
}

.thirdLogin {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-top: 5px
}

.thirdLogin a {
  float: left;
  display: inline;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  text-indent: -9999px;
  background: url(images/icon-sprite.png) no-repeat 0 0;
  overflow: hidden
}

.thirdLogin .qq {
  float: left;
  display: inline;
  background-position: -104px -39px
}

.thirdLogin .sina {
  background-position: -130px -39px
}

.tip-yellow {
  z-index: 1000;
  text-align: left;
  border: 1px solid #939393;
  padding: 7px;
  min-width: 50px;
  max-width: 530px;
  color: #8c3901;
  background-color: #fef9d9;
  background-image: url(../v1/images/tip-yellow.png)
}

.tip-yellow .tip-inner {
  font: bold 13px/18px 'trebuchet ms', arial, helvetica, sans-serif;
  margin-top: -2px;
  padding: 0 3px 1px 3px
}

.tip-yellow .tip-arrow-top {
  margin-top: -7px;
  margin-left: 15px;
  top: 0;
  left: 0;
  width: 16px;
  height: 10px;
  background: url(../v1/images/tip-yellow_arrows.png) no-repeat
}

.tip-yellow .tip-arrow-right {
  margin-top: -9px;
  margin-left: -4px;
  top: 50%;
  left: 100%;
  width: 10px;
  height: 20px;
  background: url(../v1/images/tip-yellow_arrows.png) no-repeat -16px 0
}

.tip-yellow .tip-arrow-bottom {
  margin-top: -6px;
  margin-left: 15px;
  top: 100%;
  left: 0;
  width: 16px;
  height: 13px;
  background: url(../v1/images/tip-yellow_arrows.png) no-repeat -32px 0
}

.tip-yellow .tip-arrow-left {
  margin-top: -9px;
  margin-left: -6px;
  top: 50%;
  left: 0;
  width: 10px;
  height: 20px;
  background: url(../v1/images/tip-yellow_arrows.png) no-repeat -48px 0
}

.tip-yellowsimple {
  z-index: 1000;
  text-align: left;
  border: 1px solid #c7bf93;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 6px 8px;
  min-width: 50px;
  max-width: 300px;
  color: #000;
  background-color: #fff9c9
}

.tip-yellowsimple .tip-inner {
  font: 12px/16px arial, helvetica, sans-serif
}

.tip-yellowsimple .tip-arrow-top {
  margin-top: -6px;
  margin-left: -5px;
  top: 0;
  left: 20px;
  width: 9px;
  height: 6px;
  background: url(../v1/images/tip-yellowsimple_arrows.gif) no-repeat
}

.tip-yellowsimple .tip-arrow-right {
  margin-top: -4px;
  margin-left: 0;
  top: 50%;
  left: 100%;
  width: 6px;
  height: 9px;
  background: url(../v1/images/tip-yellowsimple_arrows.gif) no-repeat -9px 0
}

.tip-yellowsimple .tip-arrow-bottom {
  margin-top: 0;
  margin-left: -5px;
  top: 100%;
  left: 50%;
  width: 9px;
  height: 6px;
  background: url(../v1/images/tip-yellowsimple_arrows.gif) no-repeat -18px 0
}

.tip-yellowsimple .tip-arrow-left {
  margin-top: -4px;
  margin-left: -6px;
  top: 50%;
  left: 0;
  width: 6px;
  height: 9px;
  background: url(../v1/images/tip-yellowsimple_arrows.gif) no-repeat -27px 0
}

.loginBox {
  margin: 0 60px 50px;
  padding: 20px 0 10px;
  font-size: 14px
}

.loginBox .login-title {
  font-size: 20px;
  color: #666;
  line-height: 1.8em;
  margin-bottom: 25px
}

.loginBox .login-title .icon-per {
  top: -3px
}

.loginBox .bigInput {
  display: block;
  width: 81%;
  padding-right: 50px;
  line-height: 40px
}

.loginBox .errorTips {
  margin-bottom: 8px
}

.loginBox .label {
  margin-right: 10px
}

.loginBox .op {
  margin-bottom: 8px
}

.loginBox .third {
  float: right;
  display: inline;
  margin-top: 10px;
  position: relative;
  margin-right: -8px;
  color: #888
}

.loginBox .btnlogin {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  background-color: #ee651f;
  color: #fff;
  text-decoration: none
}

.loginBox p {
  margin-bottom: 20px;
  position: relative
}

.loginBox p .icon-iclose {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  display: none;
  cursor: pointer;
  z-index: 100
}

.loginBox .keepLogin-box {
  height: 20px;
  color: #888
}

.loginBox .keepLogin-box a {
  color: #888
}

.loginBox .keepLogin-box a:hover {
  color: #ee651f
}

.loginBox .checked .icon-checked {
  background-position: 0 -208px
}

.loginBox .bottom {
  line-height: 20px;
  text-align: right;
  color: #888
}

.loginBox .tel {
  float: right;
  display: inline;
  padding-left: 28px;
  background: url(../v1/images/telIcon.gif) no-repeat left 1px
}

.loginBox.horizontal .left {
  width: 320px
}

.loginBox.horizontal .right {
  margin-left: 460px
}

.loginBox .bottom a {
  color: #ee651f
}

#keepLogin {
  margin-right: 5px;
  opacity: 0;
  position: absolute;
  filter: alpha(opacity=0)
}

.loginBox.horizontal .right>img {
  margin-top: 60px
}

#jLoginBox div.jbox .jbox-container {
  border: 16px solid #595959;
  border-color: rgba(0, 0, 0, 0.3);
  background: 0
}

#jLoginBox div.jbox .jbox-content {
  background: #fff
}

#jLoginBox .bigInput:focus {
  border-color: #ee651f
}

#jLoginBox .jbox-title-panel {
  background-color: #fff
}

#jLoginBox .jbox-close {
  background: url(images/icon-sprite.png) no-repeat -45px -42px;
  width: 52px;
  height: 52px;
  margin-right: -24px;
  margin-top: -15px
}

.disabled {
  pointer-events: none
}

#jLoginBox .jbox-border {
  background: 0
}

.applyBox {
  margin: 0 30px;
  padding: 20px 0 10px;
  color: #888
}

.applyBox .apply_c {
  overflow: auto;
  height: 210px;
  margin-bottom: 10px
}

.applyBox .apply_c .item .errorToOk {
  color: #008000
}

.applyBox .apply_c .item .error {
  color: #f60;
  display: block;
  padding-left: 20px;
  background: url(../v1/images/onError.gif) no-repeat
}

.applyBox .apply_c .item {
  border-bottom: 1px solid #eee;
  float: left;
  display: inline;
  padding: 10px 0
}

.applyBox .apply_c .item .item_f {
  width: 255px;
  height: 36px;
  float: left;
  display: inline
}

.applyBox .apply_c .item .item_r {
  width: 234px;
  height: 36px;
  line-height: 36px;
  float: left;
  display: inline;
  background-position: left center;
  padding-bottom: 0
}

#refreshResume {
  position: relative
}

#refreshResume .label {
  width: 100px
}

#refreshResume .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  filter: alpha(opacity=40);
  -moz-opacity: .4;
  opacity: .4
}

.btnCI {
  float: left;
  display: inline;
  width: 30px;
  height: 40px;
  border: 0 none;
  background: #fff;
  border-left: solid 1px #ccc
}

.btnCI {
  float: left;
  display: inline;
  width: 30px;
  height: 40px;
  border: 0 none;
  background: #fff;
  border-left: solid 1px #ccc
}

/*选择器*/
.selBox {
  clear: both;
  position: absolute;
  width: 620px;
  padding-bottom: 5px;
  border: 5px solid #888;
  border-radius: 8px;
  font-size: 12px;
  background: #fff;
  z-index: 9999;
}

.selBox h3 {
  font-size: 14px;
  line-height: 26px;
  color: #3377cc;
}

.selBox .arrow {
  position: absolute;
  top: -17px;
  left: 10px;
  height: 0px;
  width: 0px;
  border-width: 6px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #888 transparent;
  overflow: hidden;
}

.selBox .btnClose {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  background: url(images/selBox-btn-close.gif) no-repeat;
  text-indent: -9999px;
}

.selBox .btnClose:hover {
  background-position: -40px 0;
}

.selBox .btnOk {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  background: url(images/selBox-btn-close.gif) no-repeat -82px 0;
  color: #fff;
}

.selBox .btnOk:hover {
  text-decoration: none;
}

.selBox .titBar {
  height: 34px;
  line-height: 34px;
  background: #3377cc;
  padding: 0 5px;
  margin-bottom: 10px;
  color: #fff;
}

.selBox .titBar h2 {
  float: left;
  display: inline;
  font-size: 18px;
  font-family: "Microsoft YaHei", 微软雅黑;
  font-weight: normal;
  margin-right: 10px;
}

.selBox .titBar .btnBoxColose {
  float: right;
}

.selBox .toolBar {
  position: relative;
  margin: 0 10px 10px 10px;
  border-bottom: solid 1px #ccc;
  padding: 0 5px;
}

.selBox .toolBar .btnOk {
  border: solid 1px #ccc;
  background: #0e8708;
  color: #fff;
  cursor: pointer;
}

.selBox .tip {
  height: 24px;
  margin-bottom: 8px;
  line-height: 24px;
}

.selBox .toolBar .btnArea {
  position: absolute;
  top: 0;
  right: 5px;
}

.selBox .toolBar .btnArea a {
  width: 60px;
  height: 22px;
  line-height: 22px;
}

.selBox .toolBar .sBar {
  float: left;
  height: 24px;
  margin-bottom: 8px;
}

.selBox .toolBar .sBar em {
  display: none;
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 5px;
  padding: 0 5px;
  color: #F90;
  background: #FFC;
}

.selBox .toolBar .sBar p {
  float: left;
  display: inline;
  text-align: right;
  color: #37c;
}

.selBox .toolBar .sBar input {
  width: 100px;
  height: 16px;
  line-height: 16px;
}

.selBox .titBar .sBar {
  float: left;
}

.selBox .titBar .sBar .sel-search .icon {
  color: transparent;
  width: 24px;
  height: 27px;
  transform: scale(0.7);
}

.selBox .titBar .sBar .sel-search .inpt {
  font-size: 14px;
}


.selBox .item {
  float: left;
  width: 70px;
  height: 24px;
  line-height: 24px;
  margin-right: 2px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  _white-space: normal;
}

.selBox .en .item {
  width: 100px;
  font-family: Tahoma, Geneva, sans-serif;
}

.selBox .item:hover {
  text-decoration: none;
}

.selBox .item input {
  vertical-align: middle;
}

.selBox .item label {
  vertical-align: middle;
}

.selBox .selectedCont {
  margin: 0 15px;
}

.selBox .toolBar .selectedCont {
  margin-left: 0;
  margin-right: 80px;
  position: relative;
}

.selBox .selectedCont .tip {
  position: absolute;
  top: 0;
  left: 0;
}

.selBox .selectedCont .selectedA {
  padding-top: 32px;
}

.selBox .selectedCont .st {
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 0 3px 8px 3px;
  color: #37c;
  background: #dcecff;
}

.selBox .selectedCont b {
  float: left;
  margin: 0 15px 0 10px;
  font-weight: normal;
}

.selBox .selectedCont .btn_del {
  float: left;
  position: relative;
  width: 16px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #37c;
  text-indent: -9999px;
  background: url(images/icon_btnCloses.png) no-repeat 3px center;
  overflow: hidden;
}

.selBox .selectedCont .btn_del:hover {
  color: #f60;
  background-color: #f60;
  background-position: -17px center;
}

.selBox .selectedCont .stList {
  display: none;
  position: absolute;
  left: -1px;
  top: 22px;
  width: 210px;
  border: solid 1px #c0c0c0;
  border-radius: 0 3px 3px 3px;
  background: #fff;
  z-index: 99;
}

.selBox .selectedCont .stList p {
  float: left;
  width: 60px;
  padding-left: 10px;
  margin: 1px 0;
  line-height: 20px;
  cursor: pointer;
}

.selBox .selectedCont .stList .hover {
  background: #eee;
  color: #000;
}

.selBox .selectedCont .stList em {
  position: absolute;
  top: -6px;
  left: -1px;
  width: 70px;
  height: 6px;
  background: #fff;
  border-left: solid 1px #c0c0c0;
  border-right: solid 1px #c0c0c0;
}

.selBox .selectedCont .stList .noData {
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: red;
}

.selBox .hotCI {
  clear: both;
  padding: 5px;
  margin: 0 15px;
}

.selBox .list {
  clear: both;
  position: relative;
  margin: 5px 20px;
  zoom: 1;
}

.selBox .list dl {
  clear: both;
}

.selBox .list .odd {
  background: #f1f1f1;
}

.selBox .list .even {}

.selBox .list dl dt {
  float: left;
  display: inline;
  width: 67px;
  line-height: 24px;
  font-weight: bold;
  color: #f60;
  padding-left: 5px;
}

.selBox .list dl dd {
  float: left;
  display: inline;
}

.selBox .en dl dt {
  width: 97px;
}

.selBox .en dl dd {
  width: 408px;
}

.selBox .list .hasSub,
.selBox .hotCI .hasSub {
  background: url(../v1/images/arrows.png) no-repeat 62px -20px;
}

.selBox .list .hasSub:hover,
.selBox .hotCI .hasSub:hover {
  background-position: 62px 10px;
}

.selBox .list .hasSub label,
.selBox .hotCI .hasSub label {
  margin-right: 10px;
}

.selBox .list .on,
.selBox .list .on:hover,
.selBox .hotCI .on,
.selBox .hotCI .on:hover {
  background-color: #3377cc;
  background-position: 62px -50px;
  color: #fff;
}

.selBox .en .hasSub {
  background-position: 92px -20px;
}

.selBox .en .hasSub:hover {
  background-position: 92px 10px;
}

.selBox .en .on,
.selBox .en .on:hover {
  background-position: 92px -48px;
}

.selBox .subCI {
  position: absolute;
  display: none;
  width: 310px;
  border: solid 3px #3377cc;
  box-shadow: 2px 2px 4px 0px #999;
  background: #dcecff;
  padding: 5px;
  zoom: 1;
  z-index: 9999;
}

.selBox .subCI .item {
  width: 100px;
}

.selBox .subCI a {}

.selBox .subCI {}

.selBox .list .itemPost {
  width: 191px;
  background: #f8f8f8 url(../v1/images/arrows.png) no-repeat 182px -20px;
}

.selBox .list .itemPost:hover {
  background-position: 182px 10px;
}

.selBox .selected,
.selBox .list .selected,
.selBox .selectedSub,
.selBox .list .selectedSub {
  background-color: #dcecff;
  color: #3377cc;
}

.selBox .list .itemPost.on,
.selBox .list .itemPost.on:hover {
  background-color: #3377cc;
  background-position: 182px -50px;
  color: #fff;
}

.selBox .subPost {
  position: absolute;
  display: none;
  width: 365px;
  border: solid 3px #3377cc;
  box-shadow: 2px 2px 4px 0px #999;
  background: #fff;
  padding: 5px;
  zoom: 1;
}

.selBox .subPost .item {
  width: 180px;
}

.selBox .subPost a {}

.selBox .subPost {}

.selBox .list .itemInds {
  width: 164px;
  background: #f8f8f8;
}

.selBox .searchPanel {
  clear: both;
  display: none;
  margin: 5px 0 5px 5px;
  height: 300px;
  overflow: auto;
}

.selBox .searchPanel dl {}

.selBox .searchPanel .odd {
  background: #fcfce8;
}

.selBox .searchPanel dt {
  display: inline;
  float: left;
  width: 160px;
  font-weight: bold;
}

.selBox .searchPanel dd {
  display: inline;
  float: left;
  width: 324px;
}

.selBox .searchPanel .item {
  width: 160px;
}

.selBox .searchPanel .item:hover {
  background: #3377cc;
  color: #fff;
}

/*淘标签*/
.selBox .tagJobCat {}

.selBox .tagJobCat .item {
  width: 110px;
}

.selBox .tagJobCat dl {
  padding-left: 70px;
}

.selBox .tagJobCat dl dt {
  width: 70px;
  font-size: 14px;
  margin-left: -75px;
}

.selBox .tagJobCat dl dd {
  float: none;
}

.certCat {
  margin: 0 5px
}

.certCat .tab {
  height: 30px;
  line-height: 30px;
  border-bottom: solid 3px #37c
}

.certCat .tab a {
  float: left;
  display: inline;
  line-height: 30px;
  padding: 0 15px
}

.certCat .tab .selected {
  background: #37c;
  color: #fff
}

.certCat .tabItemCont {
  clear: both;
  display: none
}

.certCat .tabItemCont .item {
  width: 175px
}

.ac_results {
  padding: 0;
  border: 1px solid #cce0f4;
  background-color: white;
  overflow: hidden;
  z-index: 99999
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0
}

.ac_results li {
  margin: 0;
  padding: 5px 10px;
  cursor: default;
  display: block;
  font: menu;
  line-height: 16px;
  overflow: hidden
}

.ac_loading {
  background: white right center no-repeat
}

.ac_odd {
  background-color: #fff
}

.ac_over {
  background-color: #eee
}

.sKey_results {
  padding: 0;
  border: 1px solid #cce0f4;
  background-color: white;
  overflow: hidden;
  z-index: 99999
}

.sKey_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0
}

.sKey_results li {
  margin: 0;
  padding: 5px 10px;
  cursor: default;
  display: block;
  font: menu;
  line-height: 16px;
  overflow: hidden
}

.sKey_results li span {
  float: right;
  display: inline
}

.sKey_results li span em {
  color: #72bf44;
  font-style: normal
}

.tipFrame {
  display: inline;
  position: relative;
  margin: 0 5px
}

.tipFrame .icon {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../v1/images/icon_helpTip.png) no-repeat
}

.tipFrame .box {
  position: absolute;
  width: 200px;
  top: -10px;
  left: 20px;
  border: solid 1px #ccc;
  border-radius: 5px;
  box-shadow: 3px 3px 4px #999;
  -moz-box-shadow: 3px 3px 4px #999;
  -webkit-box-shadow: 3px 3px 4px #999;
  background: #fff
}

.tipFrame .box .arrow {
  position: absolute;
  top: 10px;
  left: -13px;
  height: 0;
  width: 0;
  border-width: 6px;
  border-style: dashed solid dashed dashed;
  border-color: transparent #ccc transparent transparent
}

.tipFrame .box .arrow i {
  position: absolute;
  top: -5px;
  left: -4px;
  height: 0;
  width: 0;
  border-width: 6px;
  border-style: dashed solid dashed dashed;
  border-color: transparent #fff transparent transparent
}

.tipFrame .box .btnClose {
  display: block;
  margin: 0 0 0 auto;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background: url(../v1/images/icon_cancel.png) no-repeat center center;
  cursor: pointer;
  overflow: hidden
}

.tipFrame .cont {
  padding: 5px 15px
}

.jTipBox {
  position: absolute;
  border: 1px solid #37c;
  border-radius: 0 0 3px 3px;
  background: #fff;
  z-index: 9999
}

.jTipBox .titBar {
  height: 26px;
  line-height: 26px;
  color: #fff;
  padding: 0 5px;
  background: #37c;
  overflow: hidden
}

.jTipBox .arrow {
  position: absolute;
  top: -1px;
  height: 0;
  width: 0;
  border-width: 13px
}

.jTipBox .arrowL {
  left: -14px;
  border-style: dashed solid dashed dashed;
  border-color: transparent #37c transparent transparent;
  border-left: 0 none
}

.jTipBox .arrowR {
  right: -14px;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #37c;
  border-right: 0 none
}

.jTipBox .cont {
  padding: 5px 10px
}

.jtip {
  float: left;
  display: inline;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  text-indent: -9999px;
  background: url(images/icon_helpTip.png) no-repeat 0 0;
  cursor: help;
  overflow: hidden
}

.articleAbout h1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 20px;
  border-bottom: dotted 1px #ccc
}

.agreement {
  width: 800px;
  margin: 24px auto 0 auto;
  line-height: 20px
}

.agreement p {
  text-indent: 2em;
  padding-bottom: 26px
}

.agreement h2 {
  margin: 0;
  padding: 0 0 26px 0
}

.agreement h3 {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 22px 0
}

.sPage .pgbtn,
.pageBar .pgbtn {
  position: relative
}

.sPage {
  float: right;
  display: inline;
  height: 18px;
  line-height: 18px;
  margin-top: 5px;
  overflow: hidden
}

.sPage .pg_info {
  float: left;
  display: inline
}

.sPage .pgbtn {
  float: left;
  display: inline;
  width: 18px;
  height: 16px;
  margin-left: 5px;
  border: solid 1px #c3c3c3;
  text-indent: -9999px;
  overflow: hidden
}

.sPage span.prev {
  background-position: -160px 2px;
  background-color: #efefef
}

.sPage span.next {
  background-position: -200px 2px;
  background-color: #efefef
}

.sPage a.prev {
  background-position: -180px 2px
}

.sPage a.next {
  background-position: -220px 2px
}

.pageBar {
  display: inline-block
}

.pageBar .pg {
  float: left;
  margin: 0 3px;
  line-height: 22px;
  text-align: center;
  border: solid 1px #e8e8e8;
  background-color: #fff;
  padding: 3px 10px;
  color: #888;
  text-decoration: none
}

.pageBar .current {
  float: left;
  display: inline;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  border: solid 1px #ee651f;
  background-color: #ee651f
}

.pageBar .pgbtn {
  float: left;
  margin: 0;
  padding: 0;
  border: 0 none;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 30px
}

.pageBar .fl,
.pageBar .current {
  float: left;
  display: inline;
  margin: 0 3px
}

.pageBar input {
  width: 28px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle
}

.pageBar .ok {
  float: left;
  display: inline;
  width: 36px;
  height: 18px;
  line-height: 18px
}

.pageBar span.first {
  background-position: 0 7px
}

.pageBar span.prev {
  background-position: 0 0
}

.pageBar .pgbtn:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 16px;
  background: url(images/page-sprite.png) no-repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.pageBar span.next:before {
  background-position: -40px 7px
}

.pageBar a.first {
  background-position: -80px 7px
}

.pageBar a.prev {
  background-position: -100px 7px
}

.pageBar a.next:before {
  background-position: 0 -29px
}

.listBotBar {
  margin-bottom: 10px
}

.listBotBar .opbar {
  height: 30px;
  line-height: 30px;
  padding-top: 8px
}

.listBotBar .opbar .btn1 {
  width: 70px;
  float: left;
  display: inline;
  height: 20px;
  line-height: 20px;
  margin-right: 10px
}

.listBotBar .pageArea {
  height: 22px;
  padding: 8px;
  border-top: solid 1px #eee
}

.imgFarme {
  padding: 10px
}

.imgFarme .crop {
  position: relative;
  float: left;
  display: inline;
  width: 300px;
  height: 300px;
  padding: 1px;
  border: 1px solid #ccc;
  background: #f1f1f1;
  overflow: hidden
}

.imgFarme .uploading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333 url(../v1/images/uploading.gif) no-repeat center center;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
  z-index: 100
}

.imgFarme .btn {
  width: 200px;
  margin: 0 auto 10px auto;
  position: relative;
  overflow: hidden
}

.imgFarme .fileBar {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  font-size: 55px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer
}

.imgFarme .preview {
  float: left;
  display: inline;
  margin-left: 10px
}

.btnShareBar {
  height: 16px
}

.btnShareBar a {
  float: left;
  display: inline;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  text-indent: -9999px;
  background: url(images/shareBtns.gif) no-repeat;
  overflow: hidden
}

.btnShareBar .tencent {
  background-position: 0 -5px
}

.btnShareBar .sina {
  background-position: 0 -30px
}

.btnShareBar .netease {
  background-position: 0 -55px
}

.btnShareBar .douban {
  background-position: 0 -80px
}

.btnShareBar .renren {
  background-position: 0 -106px
}

.btnShareBar .kaixin001 {
  background-position: 0 -130px
}

.btnShareBar .email {
  background-position: 0 -156px
}

.btnShareBar .Qzone {
  background-position: 0 -175px
}

.cArea .tabNav .single {
  color: #37c;
  font-weight: bold;
  border-right: 0
}

.cArea .tabNav .singleA {
  color: #37c;
  float: none;
  display: inline;
  border-right: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal
}

.recordList {
  margin: 0 20px
}

.recordList li {
  padding: 10px;
  border-bottom: dotted 1px #ccc
}

.recordList .new {
  border: 1px solid #ffe4c0;
  background: #fffcee;
  border-top: 0 none
}

.recordList .new.first {
  border-top: 1px solid #ffe4c0
}

.recordList .avatar {
  position: absolute;
  top: 0;
  left: -50px;
  width: 40px;
  text-align: center;
  padding: 1px;
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden
}

.recordList .info {
  position: relative;
  margin-left: 50px
}

.recordList .relatedInfo {
  clear: both;
  color: #888;
  padding-top: 10px;
  zoom: 1
}

.recordList .relatedInfo .info {
  min-height: 60px;
  _height: 60px
}

.recordList .replyBox {
  height: 80px
}

.recordList .line {
  position: relative;
  border-top: solid 1px #eee;
  height: 8px;
  line-height: 8px
}

.recordList .line .arrow {
  position: absolute;
  left: 10px;
  height: 0;
  width: 0;
  border-width: 6px;
  border-style: dashed dashed solid dashed;
  border-top: 0 none;
  overflow: hidden
}

.recordList .line .ar1 {
  border-color: transparent transparent #eee transparent;
  top: -6px
}

.recordList .line .ar2 {
  border-color: transparent transparent #fff transparent;
  top: -5px
}

.recordList .new .line {
  border-color: #ffe4c0
}

.recordList .new .line .ar1 {
  border-color: transparent transparent #ffe4c0 transparent;
  top: -6px
}

.recordList .new .line .ar2 {
  border-color: transparent transparent #fffcee transparent;
  top: -5px
}

.recordList .relatedInfo p {
  position: relative;
  line-height: 18px;
  padding-bottom: 5px;
  margin-right: 80px
}

.recordList .relatedInfo .date {
  position: absolute;
  right: -80px;
  top: 0
}

.recordList .time {
  color: #888
}

.recordList .time span {
  margin: 2px 5px 0 0
}

.recordList .pageMore {
  clear: both;
  text-align: center;
  padding-top: 10px;
  display: none
}

.starBar {
  height: 22px
}

.starBar .bar {
  float: left;
  display: inline;
  margin-right: 10px
}

.starBar .bar a {
  float: left;
  display: inline;
  width: 20px;
  margin: 0 3px;
  text-indent: -9999px;
  background: url(images/star.png) no-repeat center 0;
  overflow: hidden
}

.starBar .bar .on {
  background-position: center -28px
}

.starBar .tipBox {
  float: left;
  display: inline;
  color: #f60
}

.questionnaire {
  position: fixed;
  _position: absolute;
  top: 250px
}

.change {
  width: 780px;
  height: 72px;
  padding-left: 210px;
  padding-top: 15px;
  margin: -40px auto 20px auto;
  background: url(images/change_bg.jpg) no-repeat center;
  position: relative
}

.change ul {
  width: 700px;
  height: 60px;
  padding-top: 12px;
  float: left;
  display: inline
}

.change ul li {
  width: 67px;
  height: 25px;
  padding: 0 10px 0 10px;
  float: left;
  display: inline;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.change ul li a {
  color: #444
}

.change ul li a:hover {
  text-decoration: none
}

.change .btnChange {
  display: block;
  width: 65px;
  height: 20px;
  float: left;
  display: inline;
  text-indent: -999px;
  overflow: hidden;
  margin: 25px 0 0 5px
}

.helpLight {
  background: url(/static/img/Light.jpg) no-repeat left;
  color: #333;
  padding-left: 15px
}

.recommendedTips {
  background: url(per/images/tips_ioc.gif) #f7ffe6 10px 12px no-repeat;
  border: 1px solid #d2e8ac;
  color: #333;
  padding: 10px 33px 10px 35px;
  position: fixed;
  _position: absolute;
  bottom: 10px;
  right: 10px;
  float: left;
  display: none
}

.recommendedTips a {
  color: #6a0
}

.recommendedTips a:hover {
  text-decoration: none
}

.recommendedTips span {
  text-decoration: underline;
  color: #37c
}

.recommendedTips .close {
  display: block;
  width: 33px;
  height: 33px;
  float: right;
  display: inline;
  background: url(per/images/tips_close.jpg) right top no-repeat;
  text-indent: -999px;
  overflow: hidden;
  color: #37c;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999
}

.tooltip {
  position: fixed;
  right: 60px;
  bottom: 90px;
  background: #fff;
  min-height: 30px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  width: 320px;
  box-shadow: 0 0 5px 0 #ccc;
  z-index: 1000
}

.tooltip .barPic {
  position: relative;
  top: 25px;
  left: 10px;
  height: 65px
}

.tooltip .barPic img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px
}

.tooltip .close {
  position: absolute;
  z-index: 10;
  top: -1px;
  right: -1px;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../v2/images/close.gif)
}

.tooltip .content {
  margin: 10px 0 0 15px;
  color: #f60;
  font-size: 14px;
  line-height: 20px
}

.tooltip .content img {
  padding-bottom: 5px
}

.tooltip .content a {
  color: #333
}

.tooltip .content a:hover {
  text-decoration: none
}

.scrollTop {
  height: 75px;
  overflow: hidden;
  position: relative
}

.scrollTop .box {
  float: left;
  overflow: hidden;
  left: 0
}

.update_browsers_tip {
  padding: 5px 10px;
  font-size: 16px;
  background: #fdeea9;
  color: #333;
  text-align: center;
  line-height: 30px;
  height: 30px;
  border-bottom: solid 1px #aaa
}

.update_browsers_tip .btnClose {
  width: 15px;
  height: 14px;
  margin-left: 10px;
  margin-top: 9px;
  line-height: 0;
  font-size: 0;
  background: url(../v1/images/btn_b_updateClose.gif) no-repeat right center;
  overflow: hidden;
  text-indent: -999px
}

.update_browsers_tip .btnClose:hover {
  background-position: left center
}

.update_browsers .title {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-left: 20px
}

.update_browsers .box {
  font-size: 15px;
  text-align: center
}

.update_browsers .box a {
  display: inline-block;
  height: 23px;
  margin: 10px;
  padding-top: 81px;
  width: 76px;
  background: url(../v1/images/browser.jpg) no-repeat;
  color: #58954e;
  text-decoration: none
}

.update_browsers .box a:hover {
  text-decoration: underline
}

.update_browsers .box .br1 {
  background-position: 6px 1px
}

.update_browsers .box .br2 {
  background-position: -80px 1px
}

.update_browsers .box .br3 {
  background-position: -170px 1px
}

.update_browsers .box .br4 {
  background-position: -260px 1px
}

.grayBg,
.grayBg-light {
  width: 100%;
  clear: both;
  display: inline-block
}

.grayBg {
  background: #f2f2f2
}

.grayBg-light {
  background: #fff
}

.layout {
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  max-width: 1200px;
  min-width: 950px
}

.header-bg {
  background: #fff;
  border-bottom: 1px solid #eee
}

.layout-lg .layout {
  max-width: 1200px;
  width: 100%;
  min-width: 950px
}

html .layout.footNav {
  max-width: 1060px
}

@media screen and (max-width:1250px) {

  .layout,
  .layout-lg .layout {
    width: 1000px
  }

  html .footNav dl {
    width: 132px
  }

  html .footNav .s2q {
    margin-left: 5px
  }

  html .header .headNav {
    position: absolute;
    right: 0
  }

  html .header .headNav a {
    margin: 0 18px
  }

  .searchBar.searchBarV4 .bar div.btn {
    width: 16%
  }
}

@media screen and (max-width:1050px) {

  .layout,
  .layout-lg .layout {
    width: 950px;
    position: relative
  }

  html .header .headNav a {
    margin: 0 14px
  }

  html .footNav dl {
    width: 120px
  }
}

.flow-hide {
  overflow: hidden
}

.topNav {
  height: 30px;
  line-height: 30px;
  position: relative
}

.topNav .topLeft .bondCode {
  float: left;
  margin-right: 30px;
  font-size: 14px;
  color: #999
}

.topNav .topLeft .mbLink {
  float: left;
  display: inline;
  padding-left: 20px;
  background: url(images/mbLink.gif) left center no-repeat;
  margin-right: 35px;
  color: #888
}

.topNav .topLeft #otherNavs,
.topNav .topLeft #otherNavs2 {
  float: left;
  display: inline;
  position: relative
}

.topNav .topLeft #otherNavs .city-name,
.topNav .topLeft #otherNavs2 .city-name {
  padding-left: 8px;
  font-size: 14px;
  padding-right: 25px;
  color: #eb5404;
  position: relative;
  cursor: pointer
}

.topNav .topLeft #otherNavs h2 i,
.topNav .topLeft #otherNavs2 h2 i {
  top: 1px;
  right: -2px
}

#otherNavs .cont,
#otherNavs2 .cont {
  display: none;
  position: absolute;
  top: 30px;
  left: -1px;
  width: 470px;
  padding: 30px 10px;
  font-size: 16px;
  background: #fff;
  box-shadow: 0 0 3px #e6e6e6;
  z-index: 9999;
  border: 1px solid #f2f2f2
}

#otherNavs .cont i,
#otherNavs .cont:before,
#otherNavs2 .cont i,
#otherNavs2 .cont:before {
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #f2f2f2;
  position: absolute;
  top: -14px;
  left: 15px
}

#otherNavs .cont:before,
#otherNavs2 .cont:before {
  content: '';
  border-bottom-color: #fff;
  z-index: 10;
  border-width: 5px;
  top: -10px;
  left: 17px
}

#otherNavs .cont .arrow,
#otherNavs .cont .arrow i,
#otherNavs2 .cont .arrow,
#otherNavs2.cont .arrow i,
{
display: block;
height: 0;
width: 0;
position: absolute;
font-size: 0;
line-height: 0
}

#otherNavs .cont .arrow,
#otherNavs2 .cont .arrow {
  left: 40px;
  top: -12px;
  border-width: 12px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #c7c7c7 transparent;
  border-top: 0 none
}

#otherNavs .cont .arrow i,
#otherNavs2 .cont .arrow i {
  left: -10px;
  top: 2px;
  border-width: 10px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: 0 none
}

#otherNavs dl,
#otherNavs2 dl {
  clear: both;
  margin: 0 20px 15px 100px;
  line-height: 28px
}

#otherNavs dl dt,
#otherNavs2 dl dt {
  position: relative;
  display: inline;
  float: left;
  width: 90px;
  margin-left: -90px;
  text-align: right;
  color: #888
}

#otherNavs dl dd,
#otherNavs2 dl dd {
  display: inline;
  float: left
}

#otherNavs.other-nav-v4 .cont,
#otherNavs2.other-nav-v4 .cont {
  width: 546px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  padding-bottom: 20px
}

#otherNavs.other-nav-v4 .cont dt,
#otherNavs2.other-nav-v4 .cont dt {
  float: none;
  margin: 0;
  color: #333;
  font-size: 16px;
  margin-left: 5px
}

#otherNavs.other-nav-v4 .news,
#otherNavs2.other-nav-v4 .news {
  position: absolute;
  font-size: 12px;
  color: #fff;
  background: #f60;
  line-height: 18px;
  padding: 0 8px;
  right: -10px;
  top: -1px
}

#otherNavs.other-nav-v4 dl,
#otherNavs2.other-nav-v4 dl {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px
}

#otherNavs.other-nav-v4 dd a,
#otherNavs2.other-nav-v4 dd a {
  width: 89px;
  height: 38px;
  border: 1px solid #c9c9c9;
  text-align: center;
  line-height: 38px;
  margin: 5px;
  font-size: 14px
}

#otherNavs.other-nav-v4 dd a:hover,
#otherNavs.other-nav-v4 dd a.active,
#otherNavs2.other-nav-v4 dd a:hover,
#otherNavs2.other-nav-v4 dd a.active {
  border-color: #f60;
  text-decoration: none
}

#otherNavs dl dd a,
#otherNavs2 dl dd a {
  display: inline-block;
  float: left;
  margin-left: 15px;
  margin-right: 10px;
  color: #666;
  white-space: nowrap
}

#otherNavs dl dd a:hover,
#otherNavs2 dl dd a:hover {
  color: #ee651f
}

#otherNavs.hoverOtherNav .cont,
#otherNavs2.hoverOtherNav .cont {
  display: block;
  z-index: 998
}

.topNav .topRight .comIn {
  display: inline-block;
  text-decoration: none;
  background: #f60;
  text-align: center;
  padding: 0 18px;
  height: 30px;
  line-height: 30px;
  color: #fff
}

.topNav .topRight .logout {
  padding-left: 20px
}

.topNav .topRight .a_tnow {
  max-width: 170px;
  float: left
}

.topNav .topRight .perIn {
  color: #ccc;
  margin-right: 10px
}

.topNav .topRight .perIn a {
  color: inherit;
  margin: 0 8px;
  text-decoration: none;
  color: #888
}

.topNav .topRight .box {
  position: relative;
  float: left;
  width: 60px;
  border: 1px solid transparent;
  border-bottom: 0;
  margin-top: -1px
}

.topNav .topRight .box.hover {
  border-color: #e8e8e8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}

.topNav .topRight .box .msg-title {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  background: #fff
}

.topNav .topRight .box .msg-title .loginName {
  color: #000;
  font-size: 14px;
  position: absolute;
  right: 60px;
  padding-right: 10px;
  max-width: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left
}

.topNav .topRight .box .msg-title i {
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 8px;
  margin: 0;
  cursor: pointer
}

.topNav .topRight .box .msg-title i.icon-email:before {
  display: none;
  border-radius: 50%;
  position: absolute;
  right: -4px;
  top: -4px;
  margin: 0;
  cursor: pointer;
  content: "";
  background: #fb3447;
  padding: 4px
}

.topNav .topRight .box .cont {
  display: none;
  background: #fff;
  position: absolute;
  top: 28px;
  left: -65px;
  z-index: 9999;
  border: 1px solid #f2f2f2;
  overflow: hidden
}

.topNav .topRight .box .cont:before,
.topNav .topRight .box .cont:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #e8e8e8;
  position: absolute;
  top: -15px;
  right: 11px
}

.topNav .topRight .box .cont:after {
  border-width: 6px;
  border-bottom-color: #fff;
  top: -12px;
  right: 12px
}

.topNav .topRight .box .cont a {
  display: block;
  width: 100%;
  color: #4b4b4b;
  font-size: 14px;
  position: relative;
  margin-bottom: -1px;
  line-height: 30px
}

.topNav .topRight .box .cont a span {
  display: block;
  border-top: 1px solid #f2f2f2;
  margin: 0 auto;
  padding: 5px 8%;
  width: 82%
}

.topNav .topRight .box .cont a.last span {
  border-bottom: 0
}

.topNav .topRight .box .cont a.last em {
  background: #ccc
}

.topNav .topRight .box .cont a:hover {
  background: #ee651f;
  color: #fff;
  text-decoration: none
}

.topNav .topRight .box .cont a:hover em {
  background: #fff;
  color: #ee651f
}

.topNav .topRight .box.hover .cont,
.topNav .topRight .box:hover .cont {
  display: block
}

.topNav .topRight .box.hover .msg-title,
.topNav .topRight .box:hover .msg-title {
  z-index: 10000
}

.topNav .topRight .message .msg-title {
  background-position: left center
}

.topNav .topRight .message .cont {
  width: 123px
}

.topNav .topRight .message .cont a em {
  min-width: 8px;
  height: 16px;
  border-radius: 8px;
  background: #ff5722;
  line-height: 16px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  display: none;
  padding: 0 5px
}

#perInfo {
  display: none
}

.topNav .topRight {
  position: absolute;
  right: 0
}

.topNav .topRight .perNav .cont {
  width: 125px
}

.topNav .topRight .perNav .cont a {
  text-align: center
}

.topNav .topRight .perNav .cont .last {
  width: 100%;
  padding: 7px 0;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #f0f0f0
}

.topNav .topRight .perNav .cont .last a {
  width: 50%;
  float: left;
  color: #888
}

.topNav .topRight .perNav .cont .last a:hover {
  background: #fff;
  color: #ee651f
}

.topNav .topRight .perNav .cont .last span {
  position: absolute;
  line-height: 30px;
  color: #ccc;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 30px;
  overflow: hidden;
  z-index: 100
}

.header .header-logo {
  float: left;
  display: inline;
  width: 410px;
  height: 60px;
  overflow: hidden
}

.header .login {
  float: left;
  display: inline;
  background: url("/static/img/2023/logo.png") no-repeat left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -999em
}

.header .login.login-ids,
.header .login.login-city {
  width: 170px
}

.header .logo2 {
  float: left;
  display: inline;
  line-height: 60px;
  text-decoration: none;
  font-size: 20px;
  color: #666;
  margin-left: 25px;
  width: 175px;
  white-space: nowrap;
  overflow: visible;
  font-weight: normal;
  position: relative
}

.header .logo2 a {
  display: inline-block;
  position: absolute;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0)
}

.header .headNav {
  float: right;
  display: inline;
  margin-top: 15px;
  position: relative
}

.header .headNav a {
  font-size: 16px;
  margin: 0 10px !important;
  color: #666
}

.header .headNav a .super {
  vertical-align: super;
  font-size: 14px
}

.header .headNav a:hover {
  color: #ee651f;
  text-decoration: none
}

.header .headNav a.selected {
  color: #eb5404
}

.header .headNav .aMore {
  display: inline-block;
  position: relative;
  height: 40px
}

.header .headNav .aMore .more {
  position: absolute;
  padding: 10px 0;
  right: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  z-index: 1000;
  line-height: 40px;
  border-top: 2px solid #f60;
  top: 40px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity .5s, visibility .5s;
  -o-transition: opacity .5s, visibility .5s;
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.header .headNav .aMore:hover .more {
  visibility: visible;
  opacity: 1;
  -moz-transition: opacity .5s, visibility .5s 0s;
  -o-transition: opacity .5s, visibility .5s 0s;
  -webkit-transition: opacity .5s, visibility .5s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity .5s, visibility .5s 0s
}

.header .headNav .more:after {
  position: absolute;
  content: " ";
  border: 5px solid #fff;
  border-bottom-color: #f60;
  top: -12px;
  left: 50%;
  margin-left: -5px
}

.header .headNav .more a {
  display: block
}

.footer2 .footer {
  background: #fff;
  text-align: center
}

.footer {
  width: 100%;
  background: #f2f2f2;
  padding: 0 0 24px 0
}

.footerV3 {
  padding-bottom: 16px
}

.footerV3 .layout {
  width: 960px
}

.footer .footerLeft {
  float: left;
  width: 73%
}

.footer .footerLeft .chitoneLink {
  color: #666;
  line-height: 26px
}

.footer .footerLeft .chitoneLink a {
  color: #666;
  margin: 0 8px
}

.footer .footerLeft .copyright {
  line-height: 30px;
  font-size: 12px;
  color: #888
}

.footer .footerLeft .copyright a {
  color: inherit
}

.footer .footerRight {
  float: right
}

.footer2 .footer .footerLeft,
.footer2 .footer .footerRight {
  float: none
}

.footer2 .footer .footerLeft {
  width: 100%;
  margin-bottom: 10px
}

.footer2 .footerV3 .footerLeft {
  margin-bottom: 3px
}

.footer .inspectLogo a,
.helpOpTool a {
  background-image: url(images/imgIcon.gif);
  background-repeat: no-repeat
}

.footer .inspectLogo {
  height: 34px;
  margin: 3px auto;
  text-align: center
}

.footer .inspectLogo a {
  height: 34px;
  display: inline-block;
  line-height: 34px;
  margin-left: 20px;
  text-indent: -9999px;
  overflow: hidden
}

.footer .inspectLogo .publicfiles {
  width: 35px;
  background-position: -155px 0
}

.footer .inspectLogo .license {
  width: 26px;
  background-position: -200px 3px
}

.footer .inspectLogo .cnnic {
  width: 75px;
  background-position: -315px 3px
}

.footer .inspectLogo .aqlm {
  width: 90px;
  background: 0;
  text-indent: 0
}

.footer .inspectLogo .aqlm img {
  height: 34px;
  width: 90px
}

.white-bg {
  background: #fff
}

.contrainer {
  width: 1000px;
  margin: 0 auto
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.img-responsive {
  display: block;
  max-width: 100%
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2
}

.shadow-bottom-inset {
  box-shadow: inset 1px -1px 2px rgba(0, 0, 0, .05)
}

.shadow-bottom {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px -10px rgba(16, 3, 13, 1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}

.padding-dot,
.dot {
  padding-left: 18px;
  padding-right: 8px
}

.dot {
  position: relative
}

.silde-bg {
  background: #fff
}

.z-index-first {
  z-index: 998;
  position: relative
}

.z-index-sec {
  z-index: 999;
  position: relative
}

.zt-tab {
  border: 1px solid #e8e8e8
}

.zt-tab .hd {
  text-align: center;
  font-size: 14px;
  overflow: hidden
}

.zt-tab .hd>* {
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8
}

.zt-tab .hd>.first {
  border-left: 0
}

.zt-tab .hd>.selected {
  border-bottom-color: transparent
}

.zt-tab .hd>.selected a {
  background-color: #fff;
  color: #ee651f;
  position: relative;
  transition: color .1s
}

.zt-tab .hd>.selected a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 4px;
  background: #ea5504;
  transition: .3s
}

.zt-tab .hd a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666;
  height: 50px;
  line-height: 50px;
  text-decoration: none
}

.zt-tab .cont {
  padding: 5px 20px 10px
}

.zt-tab .item {
  display: none
}

.zt-tab .item.selected {
  display: block
}

.list-group .list-item {
  line-height: 30px
}

.list-item0.dot:before,
.list-item1.dot:before,
.list-item2.dot:before {
  border-radius: 0;
  width: 10px;
  height: 10px;
  left: 0
}

.list-item0.dot:before {
  background-color: #eb5404
}

.list-item1.dot:before {
  background-color: #f8aa00
}

.list-item2.dot:before {
  background-color: #ffe349
}

.list-group .list-item>a {
  color: #4d4d4d;
  display: block
}

.list-group .list-item>a:hover {
  color: #eb5404
}

.list-group .list-item a.c-gray {
  color: #888
}

.dot:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #c0c0c0;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto 0
}

.dot0:before {
  background-color: #eb5404
}

.dot1:before {
  background-color: #f8aa00
}

.dot2:before {
  background-color: #ffe349
}

.horizontal .left {
  float: left;
  width: 130px
}

.horizontal .right {
  margin-left: 120px
}

.text-right {
  text-align: right
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.c-base {
  color: #4d4d4d
}

.c-gray-darken {
  color: #666
}

.c-gray {
  color: #888
}

.c-gray-light {
  color: #c0c0c0
}

.c-money {
  color: #eb5404
}

.col-1,
.col-2,
.col-2-5,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.max-1,
.max-2,
.max-2-5,
.max-3,
.max-4,
.max-5,
.max-6,
.max-7,
.max-8,
.max-9,
.max-10,
.max-11,
.max-12 {
  float: left;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.col-1 {
  width: 8.33333%
}

.col-2 {
  width: 16.66667%
}

.col-2-5 {
  width: 20%
}

.col-3 {
  width: 25%
}

.col-4 {
  width: 33.33333%
}

.col-5 {
  width: 41.66667%
}

.col-6 {
  width: 50%
}

.col-7 {
  width: 58.33333%
}

.col-8 {
  width: 66.66667%
}

.col-9 {
  width: 75%
}

.col-10 {
  width: 83.33333%
}

.col-11 {
  width: 91.66667%
}

.col-12 {
  width: 100%
}

.max-1 {
  max-width: 8.33333%
}

.max-2 {
  max-width: 16.66667%
}

.max-2-5 {
  max-width: 20%
}

.max-3 {
  max-width: 25%
}

.max-4 {
  max-width: 33.33333%
}

.max-5 {
  max-width: 41.66667%
}

.max-6 {
  max-width: 50%
}

.max-7 {
  max-width: 58.33333%
}

.max-8 {
  max-width: 66.66667%
}

.max-9 {
  max-width: 75%
}

.max-10 {
  max-width: 83.33333%
}

.max-11 {
  max-width: 91.66667%
}

.max-12 {
  max-width: 100%
}

.max-gutter-left {
  padding-left: 8px
}

.max-gutter-right {
  padding-right: 8px
}

.icon,
.icon-ids {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  top: -1px;
  vertical-align: middle
}

.icon {
  background: url('images/icon-sprite.png') no-repeat
}

.icon-down {
  background-position: -128px -102px;
  width: 20px;
  height: 12px
}

.icon-urgent {
  background-position: -48px -226px;
  width: 20px;
  height: 20px;
  top: 3px;
  position: absolute
}

.icon-iclose {
  background-position: 0 -150px;
  width: 24px;
  height: 24px
}

.icon-attest-active,
.icon-attest {
  background-position: -92px -253px;
  width: 40px;
  height: 28px
}

.icon-attest-active {
  background-position: -48px -253px
}

.icon-search {
  width: 28px;
  height: 28px;
  background-position: 0 0
}

.icon-email {
  width: 25px;
  height: 25px;
  background-position: -42px -187px
}

.icon-per-center {
  width: 25px;
  height: 25px;
  background-position: -78px -187px
}

.icon-location,
.icon-location-active {
  width: 20px;
  height: 20px
}

.icon-location {
  background-position: 0 -35px
}

.icon-location-active {
  background-position: -21px -35px
}

.icon-location-small {
  width: 12px;
  height: 16px;
  background-position: -35px 0
}

.icon-star {
  width: 14px;
  height: 14px;
  background-position: -53px 0
}

.icon-per {
  width: 24px;
  height: 24px;
  background-position: 0 -110px
}

.icon-checked {
  width: 20px;
  height: 20px;
  background-position: 0 -235px
}

.icon-arrow-left {
  width: 8px;
  height: 15px;
  background-position: 0 -86px
}

.icon-wx,
.icon-tsina,
.icon-report,
.icon-collect {
  width: 32px;
  height: 32px
}

.icon-wx {
  background-position: -283px -44px
}

.icon-wx.selected,
.icon-wx:hover {
  background-position: -283px 0
}

.icon-tsina {
  background-position: -321px -44px
}

.icon-tsina:hover,
.icon-tsina.selected {
  background-position: -321px 0
}

.icon-report {
  background-position: -244px -44px
}

.icon-report:hover,
.icon-report.selected {
  background-position: -244px 0
}

.icon-collect {
  background-position: -206px -44px
}

.icon-collect.selected,
.icon-collect:hover {
  background-position: -206px 0
}

.icon-smile {
  width: 22px;
  height: 22px;
  background-position: -42px -100px
}

.icon-hot {
  width: 30px;
  height: 14px;
  background-position: 0 -64px;
  vertical-align: super;
  top: 1px
}

.icon-add {
  width: 32px;
  height: 32px;
  background-position: -360px -44px
}

.icon-collect.selected {
  background-position: -205px 0
}

.icon-dot3 {
  height: 6px;
  width: 25px;
  background-position: -78px 0
}

.icon-ids-sprite,
.icon-ids-autos,
.icon-ids-autos2,
.icon-ids-edu,
.icon-ids-edu2,
.icon-ids-energy,
.icon-ids-energy2,
.icon-ids-finance,
.icon-ids-finance2,
.icon-ids-it,
.icon-ids-it2,
.icon-ids-logistic,
.icon-ids-logistic2,
.icon-ids-media,
.icon-ids-media2,
.icon-ids-medicine,
.icon-ids-medicine2,
.icon-ids-org,
.icon-ids-org2,
.icon-ids-other,
.icon-ids-other2,
.icon-ids-outsource,
.icon-ids-outsource2,
.icon-ids-realty,
.icon-ids-realty2,
.icon-ids-service,
.icon-ids-service2,
.icon-ids-trade,
.icon-ids-trade2 {
  background-image: url('images/icon-ids-sprite.png');
  background-repeat: no-repeat
}

.icon-ids-autos {
  background-position: 0 0;
  height: 38px;
  width: 37px
}

.icon-ids-autos2,
.hotJob>dl:hover .icon-ids-autos {
  background-position: 0 -38px;
  height: 38px;
  width: 37px
}

.icon-ids-edu {
  background-position: 0 -76px;
  height: 39px;
  width: 40px
}

.icon-ids-edu2,
.hotJob>dl:hover .icon-ids-edu {
  background-position: 0 -115px;
  height: 39px;
  width: 40px
}

.icon-ids-energy {
  background-position: 0 -154px;
  height: 35px;
  width: 40px
}

.icon-ids-energy2,
.hotJob>dl:hover .icon-ids-energy {
  background-position: 0 -189px;
  height: 35px;
  width: 40px
}

.icon-ids-finance {
  background-position: 0 -224px;
  height: 40px;
  width: 37px
}

.icon-ids-finance2,
.hotJob>dl:hover .icon-ids-finance {
  background-position: 0 -264px;
  height: 40px;
  width: 37px
}

.icon-ids-it {
  background-position: 0 -304px;
  height: 36px;
  width: 36px
}

.icon-ids-it2,
.hotJob>dl:hover .icon-ids-it {
  background-position: 0 -340px;
  height: 36px;
  width: 36px
}

.icon-ids-logistic {
  background-position: 0 -376px;
  height: 39px;
  width: 34px
}

.icon-ids-logistic2,
.hotJob>dl:hover .icon-ids-logistic {
  background-position: 0 -415px;
  height: 40px;
  width: 34px
}

.icon-ids-media {
  background-position: 0 -455px;
  height: 39px;
  width: 42px
}

.icon-ids-media2,
.hotJob>dl:hover .icon-ids-media {
  background-position: 0 -494px;
  height: 39px;
  width: 42px
}

.icon-ids-medicine {
  background-position: 0 -533px;
  height: 38px;
  width: 40px
}

.icon-ids-medicine2,
.hotJob>dl:hover .icon-ids-medicine {
  background-position: 0 -571px;
  height: 38px;
  width: 40px
}

.icon-ids-org {
  background-position: 0 -609px;
  height: 38px;
  width: 40px
}

.icon-ids-org2,
.hotJob>dl:hover .icon-ids-org {
  background-position: 0 -647px;
  height: 38px;
  width: 40px
}

.icon-ids-other {
  background-position: 0 -685px;
  height: 40px;
  width: 40px
}

.icon-ids-other2,
.hotJob>dl:hover .icon-ids-other {
  background-position: 0 -725px;
  height: 39px;
  width: 39px
}

.icon-ids-outsource {
  background-position: 0 -764px;
  height: 36px;
  width: 45px
}

.icon-ids-outsource2,
.hotJob>dl:hover .icon-ids-outsource {
  background-position: 0 -800px;
  height: 34px;
  width: 40px
}

.icon-ids-realty {
  background-position: 0 -834px;
  height: 40px;
  width: 38px
}

.icon-ids-realty2,
.hotJob>dl:hover .icon-ids-realty {
  background-position: 0 -874px;
  height: 40px;
  width: 38px
}

.icon-ids-service {
  background-position: 0 -914px;
  height: 40px;
  width: 35px
}

.icon-ids-service2,
.hotJob>dl:hover .icon-ids-service {
  background-position: 0 -954px;
  height: 40px;
  width: 35px
}

.icon-ids-trade {
  background-position: 0 -994px;
  height: 37px;
  width: 37px
}

.icon-ids-trade2,
.hotJob>dl:hover .icon-ids-trade {
  background-position: 0 -1031px;
  height: 37px;
  width: 37px
}

.structure-border.no-margin-top {
  margin-top: 0
}

.structure-border {
  position: relative;
  margin-top: 50px;
  background-color: #fff
}

.structure-border>.left {
  width: 72%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box
}

.structure-border>.right {
  margin-left: 76%;
  height: 100%;
  position: relative
}

.searchBar.searchBarV3 {
  width: 900px;
  background-color: rgba(0, 0, 0, .2)
}

.searchBar.searchBarV3 .bar {
  padding: 0;
  height: 45px;
  width: 848px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.searchBar.searchBarV3 .keyType {
  height: 100%
}

.searchBar.searchBarV3 .btnKeyType {
  border-top: 0;
  border-bottom: 0;
  z-index: -1
}

.searchBar.searchBarV3 .bar .key label {
  top: 6px
}

.searchBar.searchBarV3 .bar .key input {
  height: 25px;
  width: 332px;
  line-height: 25px
}

.searchBar.searchBarV3 .bar .city {
  width: 260px;
  height: 100%;
  margin: 0;
  background-color: #fff
}

.searchBar.searchBarV3 .bar .city input {
  height: 100%;
  margin: 0;
  background-color: #fff;
  outline: 0;
  width: 88%
}

.searchBar .bar .icon-search {
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute
}

.searchBar.searchBarV3 .bar .city a span {
  padding: 0;
  line-height: 46px;
  float: left;
  padding-left: 10px;
  padding-right: 30px
}

.searchBar.searchBarV3 .bar .btn {
  height: 100%;
  width: 150px;
  background-color: #eb5404
}

.searchBar .bar .btn:hover,
.searchBar.searchBarLg .bar .btn:hover {
  background-color: #ee651f
}

.searchBar.searchBarV3 .other .icon-location {
  background-position: 0 -35px;
  margin-right: 100px
}

.searchBar .dropDownArrow {
  background: 0
}

.dropDownArrow:before {
  content: '';
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  z-index: 10;
  margin-top: -3px;
  background: url('images/icon-sprite.png') no-repeat -128px -102px;
  width: 16px;
  height: 10px
}

.searchBar.searchBarV3 .dropDownArrow:before {
  border-top-color: #ccc
}

.searchBar.searchBarV3 .other {
  line-height: 50px;
  width: 30px;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 12px
}

.searchBar.searchBarV3 .other p {
  word-wrap: inherit
}

.searchBar.searchBarLg {
  width: 940px
}

.searchBar.searchBarLg .bar {
  background: 0;
  width: 870px;
  padding: 0;
  height: 47px
}

.searchBar.theme-border .bar {
  background-color: #eb5404
}

.searchBar.searchBarLg .key,
.searchBar.searchBarLg .city {
  border: 1px solid #e8e8e8
}

.searchBar.theme-border .key,
.searchBar.theme-border .city,
.searchBar.theme-border .btnKeyType {
  border-color: #eb5404;
  border-width: 2px
}

.searchBar.theme-border .btnKeyType,
.searchBar.theme-border .key {
  border-right: 0
}

.searchBar.theme-border .city {
  border-left: 0
}

.searchBar.theme-border .key:before,
.searchBar.theme-border .key:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #d5d5d5
}

.searchBar.theme-border .key:after {
  right: 0
}

.searchBar.theme-border .key:before {
  left: 0
}

.searchBar.searchBarLg .key {
  border-left: 0;
  margin-right: 10px
}

.searchBar.theme-border .key {
  margin-right: 0
}

.searchBar.searchBarLg .selDropDown {
  border-right: 0
}

.searchBar.searchBarLg .bar .key input {
  width: 372px;
  height: 26px;
  line-height: 26px
}

.searchBar.theme-border .bar .key input {
  height: 24px;
  line-height: 24px
}

.searchBar.searchBarLg .bar .btn {
  width: 150px;
  height: 47px
}

.searchBar.searchBarLg.theme-border .bar .btn {
  height: 48px
}

.searchBar.searchBarLg.theme-border .bar .btn {
  width: 162px
}

.searchBar.searchBarLg .bar .btn {
  background-color: #eb5404
}

.searchBar.searchBarLg .bar .city {
  width: 227px;
  height: 46px
}

.searchBar.theme-border .bar .city {
  height: 44px;
  width: 248px
}

.searchBar.searchBarLg .bar .city input {
  width: 85%;
  padding-left: 10px;
  height: 45px;
  line-height: 45px
}

.searchBar.searchBarLg .other {
  margin-left: 10px;
  width: 30px;
  white-space: nowrap;
  overflow: hidden
}

.tao-tag {
  display: inline-block;
  padding: 4px 6px;
  color: #689f38;
  margin: 3px 2px;
  line-height: 16px;
  background-color: #e7f5d8;
  font-size: 12px;
  font-family: 'Microsoft YaHei'
}

.tag-theme-border .tao-tag {
  background-color: #fff;
  color: #666;
  border: 1px solid #d1d1d1;
  font-family: inherit;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

.bread-gutter {
  padding: 18px 0 0
}

.breadcrumb {
  padding: 8px 0;
  list-style: none;
  border-radius: 4px;
  font-size: 12px;
  color: #888;
  overflow: hidden
}

.breadcrumb.f-base {
  font-size: 14px
}

.breadcrumb h1 {
  font-size: inherit;
  font-weight: normal
}

.breadcrumb>li {
  display: inline-block;
  float: left
}

.breadcrumb>li a {
  color: inherit
}

.breadcrumb>li a:hover {
  color: #ee651f
}

.breadcrumb>li+li:after {
  padding-left: 3px;
  color: #888;
  content: ">";
  font-family: initial
}

.breadcrumb>.active {
  color: inherit
}

.breadcrumb>.active:after {
  display: none
}

.title-line {
  position: relative
}

.title-line:before {
  display: block;
  position: absolute;
  width: 4px;
  height: 20px;
  background: #ee651f;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.aside-title.title-line:before {
  top: 5px;
  left: -1px
}

.aside-wrap .aside-content {
  line-height: 1.8em;
  overflow: hidden
}

.aside-wrap .aside-content .zp-tip {
  color: #ee651f
}

.aside-title {
  font-size: 18px;
  padding: 10px 0 12px;
  color: #000
}

.title-line,
.aside-title,
.post-details .post-main .title-line.quiz {
  text-shadow: 1px 0 0 #7e7e7e;
  -webkit-text-shadow: 1px 0 0 #7e7e7e;
  -ms-text-shadow: 1px 0 0 #7e7e7e;
  -moz-text-shadow: 1px 0 0 #7e7e7e
}

.post-details .post-main .title-line.quiz {
  padding-bottom: 15px;
  margin-top: 20px
}

.aside-tag {
  margin: 0 -6px
}

.aside-tag>a {
  color: #666;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 19px;
  margin-bottom: 5px;
  line-height: normal;
  font-size: 14px
}

.city-tag-box .aside-tag>a {
  float: none;
  line-height: 18px;
  font-size: 14px;
  border-radius: 15px;
  margin-left: 6px;
  padding: 3px 12px;
  margin-bottom: 8px
}

.aside-tag>a:hover {
  color: #ee651f
}

.aside-wrap {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 10px
}

.show-more {
  position: relative;
  text-decoration: none
}

.show-more:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px solid transparent;
  border-top-color: #888;
  position: relative;
  top: 4px;
  margin: 0 5px
}

.show-more.active:after {
  border: 5px solid transparent;
  border-bottom-color: #888;
  top: -4px
}

.search-job-from {
  display: block
}

.search-from .show-more {
  color: #999;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  text-indent: -12px;
  width: 112px;
  height: 28px;
  font-size: 12px;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(images/icon-sprite.png) no-repeat -142px -253px;
  z-index: 100
}

.search-from .show-more:hover {
  color: #ee651f
}

.search-from .show-more:after {
  border: 6px solid transparent;
  border-top-color: #c0c0c0;
  top: 10px;
  position: absolute
}

.search-from .show-more.isShow:after {
  border-top-color: transparent;
  border-bottom-color: #c0c0c0;
  top: 3px
}

html .bdsharebuttonbox:after {
  display: none
}

html .bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
  padding: 0;
  display: inline-block;
  height: 32px;
  width: 32px;
  float: none;
  overflow: hidden;
  position: relative;
  background-image: url('images/icon-sprite.png');
  background-repeat: no-repeat;
  margin: 0 2px;
  line-height: normal
}

html .bdshare-button-style0-16 a:hover {
  filter: none
}

html .bdshare-button-style0-16 a .icon {
  top: 0
}

.dl-table {
  border: 1px solid #e8e8e8;
  border-bottom: 0
}

.dl-table .th {
  color: #777
}

.dl-table .td {
  border-left: 1px solid #e8e8e8
}

.dl-table .th,
.dl-table .td {
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 7px;
  height: 33px
}

.city-tag {
  float: left;
  display: inline;
  padding: 0 23px;
  line-height: 33px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  color: #888;
  background: #fff;
  margin-left: 10px;
  margin-bottom: 15px;
  font-size: 16px
}

.city-tag {
  border: 1px solid #e8e8e8
}

.city-tag:hover {
  border-color: #eb5404;
  color: #eb5404;
  text-decoration: none
}

.aside-list a {
  text-decoration: none
}

.box-tag {
  border: 1px solid #e8e8e8;
  background: #fff;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 40px;
  padding-bottom: 5px;
  position: relative;
  min-height: 30px;
  cursor: pointer
}

.box-tag span {
  position: absolute;
  display: block;
  width: 20px;
  height: 15px;
  background-position: 0 -286px;
  top: 16px;
  right: 5px;
  cursor: pointer
}

.box-tag ul:after {
  content: '';
  clear: both;
  display: block
}

.box-tag ul li {
  float: left;
  display: inline;
  padding-right: 27px;
  line-height: 24px;
  border: 1px solid #e8e8e8;
  margin-top: 10px;
  height: 24px;
  padding-left: 5px;
  margin-left: 15px;
  position: relative
}

.box-tag ul li i {
  position: absolute;
  display: block;
  width: 20px;
  height: 24px;
  top: 0;
  right: 2px;
  margin: 0;
  cursor: pointer;
  text-align: center;
  color: #eb5404;
  font-size: 22px;
  line-height: 24px
}

.box-tag ul li i:before {
  content: '×'
}

.box-tag ul li a {
  color: #eb5404;
  font-size: 14px;
  cursor: default
}

.box-tag ul li a:hover {
  text-decoration: none
}

.box-tag ul li i:hover {
  color: #97c744
}

em.collect {
  color: #888;
  padding-left: 22px;
  height: 18px;
  line-height: 18px;
  background: url(search_job/images/collect.png) 0 0 no-repeat;
  cursor: pointer
}

em.collect.selected {
  color: #97c744;
  background-position: 0 -26px
}

.dn {
  display: none
}

.sel-ul {
  background: #fff;
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 1px;
  overflow: auto;
  max-height: 230px
}

.sel-ul a {
  display: block;
  padding: 5px 8px;
  color: #666;
  text-decoration: none;
  position: relative
}

.sel-ul a:hover {
  color: #ee651f
}

.sel-ul a.selected {
  background-color: #ee651f;
  color: #fff
}

.selDropDown[data-type="multi"] .sel-ul a.selected {
  background-color: transparent;
  color: #666
}

.selDropDown[data-type="multi"] .sel-ul a.selected:after {
  color: #ee651f;
  content: '✔';
  line-height: 8px;
  text-indent: 2px
}

.selDropDown[data-type="multi"] .sel-ul a:after {
  content: '';
  display: block;
  width: 12px;
  border: 1px solid #eee;
  height: 12px;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto
}

.selDropDown.open {
  z-index: 800
}

.selDropDown.open .dropDownArrow:before {
  border-bottom-color: #ddd;
  border-top-color: transparent;
  margin-top: -5px
}

.seltoggle {
  cursor: pointer;
  top: 0;
  position: absolute
}

.selDropDown.open .sel-ul {
  display: block
}

.condition-item {
  border: 1px solid #e5e5e5;
  padding: 0 8px;
  margin-right: 7px;
  color: #eb5404;
  margin-bottom: 5px;
  display: inline-block
}

.condition-item .close {
  padding-left: 8px;
  font-size: 1.5em;
  position: relative;
  top: 1px;
  right: -4px;
  cursor: pointer;
  line-height: 16px;
  color: inherit;
  text-decoration: none
}

.condition-item .close:hover {
  color: #97c744
}

.warn-tip {
  background: #fff3e1;
  padding: 10px 20px 20px;
  line-height: 1.8em
}

.warn-tip .title {
  font-size: 14px;
  color: #ee651f
}

.warn-tip .content {
  font-size: 12px;
  color: #ee651f;
  text-indent: 2em
}

input::-ms-clear {
  display: none
}

body .friendLink {
  padding-bottom: 20px;
  padding-top: 20px
}

.friendLink .hd {
  padding: 0 0 7px 0;
  display: inline-block;
  margin-bottom: 1px
}

.friendLink .hd h3 {
  display: inline-block;
  font-size: 18px;
  color: #999;
  cursor: pointer;
  width: 83px;
  padding-right: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px
}

.friendLink .hd .selected {
  color: #eb5404;
  border-color: #ee651f
}

.friendLink .hd span {
  display: inline;
  color: #ccc;
  padding: 0 10px;
  font-size: 16px;
  display: none
}

.friendLink .cont .item {
  color: #888;
  line-height: 1.8em
}

.friendLink .cont .item a {
  color: #888
}

.height-light>em {
  color: red
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999 !important
}

div::-webkit-scrollbar,
.sel-ul::-webkit-scrollbar {
  width: 4px;
  height: 4px
}

div::-webkit-scrollbar-track,
div::-webkit-scrollbar-thumb,
.sel-ul::-webkit-scrollbar-track,
.sel-ul::-webkit-scrollbar-thumb {
  border-radius: 999px
}

div::-webkit-scrollbar-track,
.sel-ul::-webkit-scrollbar-track {
  background: transparent
}

div::-webkit-scrollbar-thumb,
.sel-ul::-webkit-scrollbar-thumb {
  min-height: 10px;
  background-clip: content-box;
  background: rgba(0, 0, 0, 0.15)
}

div::-webkit-scrollbar-corner,
.sel-ul::-webkit-scrollbar-corner {
  background: transparent
}

.footNav {
  padding: 20px 0 0
}

.footNav .hr {
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 10px;
  margin-bottom: -1px
}

.footNav .hr i {
  float: left;
  border-top: 4px solid #f90;
  width: 70px;
  margin-top: -1px
}

.footNav dl {
  float: left;
  display: inline;
  width: 145px;
  margin: 0 5px 0 0
}

.footNav dl dt {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #666
}

.footNav dl dd {
  line-height: 30px
}

.footNav dl dd a {
  color: #888
}

.footNav dl dd a:hover {
  color: #ee651f
}

.footNav .s2q {
  float: right;
  display: inline;
  width: 100px;
  margin: 0 10px
}

.footNav .s2q dt {
  color: #888;
  text-align: center;
  font-size: 14px;
  line-height: normal
}

.footNav .s2q dd {
  position: relative;
  background-image: url(images/share.gif);
  background-repeat: no-repeat;
  line-height: normal;
  width: 100px;
  height: 100px
}

.footNav .s2q dd img {
  width: 100%;
  display: block
}

.footNav .s2q .wechat {
  background-position: left
}

.footNav .s2q .sain {
  background-position: -110px 0
}

.footNav .s2q .jobPlace {
  background-position: -220px 0
}

.footNav .s2q .zjj {
  background-position: right
}

.link-inline a {
  color: #666;
  margin: 2px 0;
  display: inline-block;
  text-decoration: none
}

.link-inline a:hover {
  color: #eb5404
}

.link-inline .split {
  color: #ccc;
  padding: 0 5px
}

.helpOpTool .toorbar-tel {
  display: block;
  position: fixed;
  width: 48px;
  height: 48px;
  background: #f5c593;
  z-index: 10000
}

.helpOpTool .toorbar-tel:before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 9px;
  left: 10px;
  background: url("images/tel-bg.png") no-repeat 0 -49px
}

.helpOpTool .toorbar-tel:hover:before {
  content: '电话';
  color: #fff;
  text-align: center;
  line-height: 48px;
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f48000;
  font-size: 14px
}

.helpOpTool a .tel-left {
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  width: 115px;
  height: 48px;
  background: url("images/tel-bg.png") no-repeat 0 0;
  display: none;
  padding: 0
}

.helpOpTool .toorbar-tel:hover .helpOpTool a .tel-left {
  display: block
}

.headerV4 {
  background: #fff;
  height: 70px
}